home *** CD-ROM | disk | FTP | other *** search
- object SharewareReminder: TSharewareReminder
- Left = 28
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Evaluation Copy'
- ClientHeight = 313
- ClientWidth = 510
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- TextHeight = 16
- object UsageLabel: TLabel
- Left = 176
- Top = 172
- Width = 313
- Height = 49
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object ProgNameLabel: TLabel
- Left = 178
- Top = 8
- Width = 313
- Height = 21
- AutoSize = False
- Caption = 'ProgNameLabel'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object NoticeLabel: TLabel
- Left = 178
- Top = 35
- Width = 313
- Height = 125
- AutoSize = False
- Caption = 'NoticeLabel'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object CodeLabel: TLabel
- Left = 6
- Top = 231
- Width = 491
- Height = 36
- AutoSize = False
- Caption =
- 'If you are in a hurry, we can provide you with a temporary regis' +
- 'tration code. Please contact us for details.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 272
- Width = 497
- Height = 9
- Shape = bsTopLine
- end
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 161
- Height = 217
- BevelOuter = bvLowered
- Caption = 'Panel1'
- Color = clTeal
- TabOrder = 0
- object Image1: TImage
- Left = 16
- Top = 8
- Width = 130
- Height = 200
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object OKButton: TButton
- Left = 293
- Top = 279
- Width = 97
- Height = 30
- Caption = 'OK'
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object OrderButton: TButton
- Left = 408
- Top = 279
- Width = 97
- Height = 30
- Cancel = True
- Caption = 'Order'
- Default = True
- ModalResult = 2
- TabOrder = 2
- OnClick = OrderButtonClick
- end
- end
-